Package com.cisco.pt.ipc.sim
Interface SimulationTimer
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
SimulationTimerImpl
Information provided by the PKI file:
\class SimulationTimer
\brief A simulation timer that expires in simulation time.
- Author:
- Auto-generated
-
Method Summary
Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
start
void start()Information provided by the PKI file:
\brief Starts this timer. -
cancel
void cancel()Information provided by the PKI file:
\brief Cancels this timer.
-